3.2.43 \(\int \frac {(f x)^{3/2} (a+b \cosh ^{-1}(c x))}{\sqrt {1-c^2 x^2}} \, dx\) [143]

Optimal. Leaf size=98 \[ \frac {2 (f x)^{5/2} \left (a+b \cosh ^{-1}(c x)\right ) \, _2F_1\left (\frac {1}{2},\frac {5}{4};\frac {9}{4};c^2 x^2\right )}{5 f}+\frac {4 b c (f x)^{7/2} \sqrt {-1+c x} \, _3F_2\left (1,\frac {7}{4},\frac {7}{4};\frac {9}{4},\frac {11}{4};c^2 x^2\right )}{35 f^2 \sqrt {1-c x}} \]

[Out]

2/5*(f*x)^(5/2)*(a+b*arccosh(c*x))*hypergeom([1/2, 5/4],[9/4],c^2*x^2)/f+4/35*b*c*(f*x)^(7/2)*hypergeom([1, 7/
4, 7/4],[9/4, 11/4],c^2*x^2)*(c*x-1)^(1/2)/f^2/(-c*x+1)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 98, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.033, Rules used = {5948} \begin {gather*} \frac {4 b c \sqrt {c x-1} (f x)^{7/2} \, _3F_2\left (1,\frac {7}{4},\frac {7}{4};\frac {9}{4},\frac {11}{4};c^2 x^2\right )}{35 f^2 \sqrt {1-c x}}+\frac {2 (f x)^{5/2} \, _2F_1\left (\frac {1}{2},\frac {5}{4};\frac {9}{4};c^2 x^2\right ) \left (a+b \cosh ^{-1}(c x)\right )}{5 f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((f*x)^(3/2)*(a + b*ArcCosh[c*x]))/Sqrt[1 - c^2*x^2],x]

[Out]

(2*(f*x)^(5/2)*(a + b*ArcCosh[c*x])*Hypergeometric2F1[1/2, 5/4, 9/4, c^2*x^2])/(5*f) + (4*b*c*(f*x)^(7/2)*Sqrt
[-1 + c*x]*HypergeometricPFQ[{1, 7/4, 7/4}, {9/4, 11/4}, c^2*x^2])/(35*f^2*Sqrt[1 - c*x])

Rule 5948

Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))*((f_.)*(x_))^(m_))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[((f*x
)^(m + 1)/(f*(m + 1)))*Simp[Sqrt[1 - c^2*x^2]/Sqrt[d + e*x^2]]*(a + b*ArcCosh[c*x])*Hypergeometric2F1[1/2, (1
+ m)/2, (3 + m)/2, c^2*x^2], x] + Simp[b*c*((f*x)^(m + 2)/(f^2*(m + 1)*(m + 2)))*Simp[Sqrt[1 + c*x]*(Sqrt[-1 +
 c*x]/Sqrt[d + e*x^2])]*HypergeometricPFQ[{1, 1 + m/2, 1 + m/2}, {3/2 + m/2, 2 + m/2}, c^2*x^2], x] /; FreeQ[{
a, b, c, d, e, f, m}, x] && EqQ[c^2*d + e, 0] &&  !IntegerQ[m]

Rubi steps

\begin {align*} \int \frac {(f x)^{3/2} \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {1-c^2 x^2}} \, dx &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {(f x)^{3/2} \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {1-c^2 x^2}}\\ &=\frac {2 (f x)^{5/2} \left (a+b \cosh ^{-1}(c x)\right ) \, _2F_1\left (\frac {1}{2},\frac {5}{4};\frac {9}{4};c^2 x^2\right )}{5 f}+\frac {4 b c (f x)^{7/2} \sqrt {-1+c x} \sqrt {1+c x} \, _3F_2\left (1,\frac {7}{4},\frac {7}{4};\frac {9}{4},\frac {11}{4};c^2 x^2\right )}{35 f^2 \sqrt {1-c^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 100, normalized size = 1.02 \begin {gather*} \frac {2}{35} x (f x)^{3/2} \left (7 \left (a+b \cosh ^{-1}(c x)\right ) \, _2F_1\left (\frac {1}{2},\frac {5}{4};\frac {9}{4};c^2 x^2\right )+\frac {2 b c x \sqrt {-1+c x} \sqrt {1+c x} \, _3F_2\left (1,\frac {7}{4},\frac {7}{4};\frac {9}{4},\frac {11}{4};c^2 x^2\right )}{\sqrt {1-c^2 x^2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((f*x)^(3/2)*(a + b*ArcCosh[c*x]))/Sqrt[1 - c^2*x^2],x]

[Out]

(2*x*(f*x)^(3/2)*(7*(a + b*ArcCosh[c*x])*Hypergeometric2F1[1/2, 5/4, 9/4, c^2*x^2] + (2*b*c*x*Sqrt[-1 + c*x]*S
qrt[1 + c*x]*HypergeometricPFQ[{1, 7/4, 7/4}, {9/4, 11/4}, c^2*x^2])/Sqrt[1 - c^2*x^2]))/35

________________________________________________________________________________________

Maple [F]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\left (f x \right )^{\frac {3}{2}} \left (a +b \,\mathrm {arccosh}\left (c x \right )\right )}{\sqrt {-c^{2} x^{2}+1}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x)^(3/2)*(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x)

[Out]

int((f*x)^(3/2)*(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^(3/2)*(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

integrate((f*x)^(3/2)*(b*arccosh(c*x) + a)/sqrt(-c^2*x^2 + 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^(3/2)*(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-c^2*x^2 + 1)*(b*f*x*arccosh(c*x) + a*f*x)*sqrt(f*x)/(c^2*x^2 - 1), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)**(3/2)*(a+b*acosh(c*x))/(-c**2*x**2+1)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^(3/2)*(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

integrate((f*x)^(3/2)*(b*arccosh(c*x) + a)/sqrt(-c^2*x^2 + 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )\,{\left (f\,x\right )}^{3/2}}{\sqrt {1-c^2\,x^2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*acosh(c*x))*(f*x)^(3/2))/(1 - c^2*x^2)^(1/2),x)

[Out]

int(((a + b*acosh(c*x))*(f*x)^(3/2))/(1 - c^2*x^2)^(1/2), x)

________________________________________________________________________________________